Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / xESI<IKSI> Class / AKSI Method


In This Topic
    AKSI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function AKSI( _
       ByVal bKSI As System.Windows.Input.TouchEventArgs, _
       ByVal CKSI As ENTouchDeviceState _
    ) As SKYC
    'Usage
     
    
    Dim instance As xESI(Of IKSI)
    Dim bKSI As System.Windows.Input.TouchEventArgs
    Dim CKSI As ENTouchDeviceState
    Dim value As SKYC
     
    value = instance.AKSI(bKSI, CKSI)
    internal SKYC AKSI( 
       System.Windows.Input.TouchEventArgs bKSI,
       ENTouchDeviceState CKSI
    )

    Parameters

    bKSI
    CKSI
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also